home *** CD-ROM | disk | FTP | other *** search
- PATCH
-
-
-
- Michael Mefford November 12, 1991 (Utilities)
-
-
- Purpose: Replaces the DEBUG scripts previously used to change hotkeys,
- colors, and the like in PC Magazine utilities with a simple point-and-shoot
- procedure that makes use of a customization information file that is supplied
- with the utility.
-
- Format: PATCH [ZIF directory [program directory]]
-
- Remarks: Entered without the optional directory parameters, PATCH assumes
- that both the customization information file (the .ZIF file) and the utility
- itself are located in the current directory. If not, the directory names
- containing these files (but not the filename of the utility to be customized)
- should be entered as shown.
-
- PATCH will then bring up a list showing customizable utilities on the
- left and selectable customizing categories on the right of the screen. The
- arrow keys are used to move between options, and the Enter key is used to make
- selections. After making your selections, pressing Esc brings up Save Changes
- and Make Backup Copy prompts. Repeatedly pressing Esc will back you out of
- the utility.
-
- Color selections are made from a bar display of 128 combinations.
- Other modifiable options (only some of which are relevant for any given
- utility) include choice of TSR hotkeys, text strings to be displayed, printer
- ports and code strings, modem ports and dialing instructions, file sorting
- criteria, and so on.
-
- For future utilities (where appropriate), each author will put the
- required data for all user-modifiable aspects of a utility, including the
- necessary DEBUG-style addresses, into a standard-format, same-named ASCII file
- that is identified by having a .ZIF extension. (For previous-published
- utilities, .ZIF files will be made available as they are prepared). .ZIF files
- will be downloadable from PC MagNet along with the utility.
-
- ---------------------------------------------------------------------------
- Note from Gordon Haff re: PATCH.DOC and the X-Ray utilities
-
- ZIF files have been provided for the X-Ray utilities. The intent of
- these files, in conjunction with Michael Mefford's PATCH program, is to
- make editing of the X-Ray utilities' default settings as described in
- the documentation a bit easier -- especially for those not comfortable
- with using binary editors or DEBUG.
-
- I would point out that there is one limitation of PATCH relative to
- hand editing. PATCH can handle a maximum of 25 characters in embedded
- strings whereas the actual embedded strings in the X-Ray utility
- programs can be up to 30 characters. The default strings fit within
- the 25 character limitation, but if you need a few extra characters for
- your modified command lines, you'll have to handle it the old way as
- described in the documentation.
-
- ***************
- IMPORTANT NOTE:
- ***************
-
- The patch files for the X-Ray utilities contain an undocumented option
- for enabling mouse support. Enabling this mouse support has caused
- problems on a number of test systems and was therefore removed from the
- documented features of this release. You are welcome to try enabling
- this feature on your system but be aware that it may not work.